home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / viewwrld / viewwrld.lha / viewworld / lgd / sunview / dev.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-21  |  1.2 KB  |  28 lines

  1. /* $Id: dev.h,v 1.7 89/09/20 17:59:55 mbp Exp $
  2.  *
  3.  * dev.h
  4.  */
  5.  
  6. /************************************************************************
  7.  *        Copyright (C) 1989 by Mark B. Phillips                  *
  8.  *                                     *
  9.  * Permission to use, copy, modify, and distribute this software and    *
  10.  * its documentation for any purpose and without fee is hereby granted, *
  11.  * provided that the above copyright notice appear in all copies and    *
  12.  * that both that copyright notice and this permission notice appear in *
  13.  * supporting documentation, and that the name of Mark B. Phillips or   *
  14.  * the University of Maryland not be used in advertising or publicity   *
  15.  * pertaining to distribution of the software without specific, written *
  16.  * prior permission.  This software is provided "as is" without express *
  17.  * or implied warranty.                                                 *
  18.  ************************************************************************/
  19.  
  20. #define dev_move(v)        gr_canvas_move( *(v), *((v)+1) )
  21. #define dev_draw(v)        gr_canvas_draw( *(v), *((v)+1) )
  22. #define dev_point()        gr_point()
  23. #define dev_erase()        gr_erase()
  24.  
  25. #define dev_color(color)    /* noop */
  26. #define dev_style(style)    /* noop */
  27. #define dev_close()        /* noop */
  28.